home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / ELNKII / ELNKIIO.ZIP / README.TXT < prev   
Encoding:
Text File  |  1990-06-28  |  4.0 KB  |  113 lines

  1. ;Protocol.ini for the 3Com EtherLink II
  2. ;Ethernet cards
  3. ;
  4. ;PROTOCOL.INI PARAMETERS
  5. ;
  6. ; This is a sample PROTOCOL.INI file for the ELNKII 3Com EtherLink II NDIS MAC
  7. ; driver.  The [ELNKII] section shows examples of ELNKII configuration
  8. ; parameter settings.  Comments at the end of the file explain these parameters
  9. ; and give their default, minimum and maximum values.  The [protocol manager]
  10. ; and [netbeui] sections aren't meant to be complete or realistic examples,
  11. ; except for the "BINDINGS = ELNKII" line in the [netbeui] section.
  12. ;    The only parameter that must be specified is the "drivername".  Note
  13. ; that many of these parameters have default values (which are given below
  14. ; under "Comments about ELNKII parameters"). A parameter need not be specified
  15. ; in your PROTOCOL.INI if its default value is satisfactory.
  16. ;
  17. ; When an EtherLink II adapter runs in shared memory mode, the datatransfer
  18. ; and dmachannel entries are ignored. The data transfer mode is
  19. ; memory-to-memory string moves. The EtherLink II adapter occupies 8K
  20. ; of high memory at C8000, CC000, D8000, or DC000, depending on a jumper
  21. ; selection on the adapter card.
  22. ;
  23. ;drivername
  24. ;     units:[n/a]
  25. ;     range:[ELNKII$,ELNKII2$,ELNKII3$,...]
  26. ;     default:[ELNKII$]
  27. ;
  28. ;      This parameter's value must be ELNKII$, or, in the case where
  29. ;      multiple adapters are installed, ELNKII$ for the first adapter's
  30. ;      drivername, ELNKII2$ for the second one, ELNKII3$ for the third, and
  31. ;      so on.
  32. ;
  33. ;The following entries are optional under the [ELNKII] section.
  34. ;
  35. ;datatransfer
  36. ;     units:[n/a]
  37. ;     range:[block_dma,demand_dma,single_dma,pio_word,pio_byte]
  38. ;     default:[demand_dma for 8086 and 8088, pio_word for 80286 and up]
  39. ;
  40. ;     The table below describes the data transfer modes
  41. ;
  42. ;     block_dma   for  8086 and 8088   (fast)
  43. ;     demand_dma  for  8086 and 8088   (intermediate)
  44. ;     single_dma  for  8086 and 8088   (slow)
  45. ;     pio_word    for  80286 and up    (fast)
  46. ;     pio_byte    for  80286 and up    (slow)
  47. ;
  48. ;dmachannel
  49. ;     units:[integer]
  50. ;     range:[1-3]
  51. ;     default:[1 for 8088 and 8086 only]
  52. ;
  53. ;     Indicates the current DMA jumper configuration of the network
  54. ;     dmachannel (8086 and 8088 computers only).
  55. ;
  56. ;interrupt
  57. ;     units:[integer]
  58. ;     range:[2-5]
  59. ;     default:[3]
  60. ;
  61. ;     On an 80286 or 80386 computer, specifying interrupt level 2
  62. ;     will be redirected to interrupt level 9 because the cascaded programmable
  63. ;     interrupt control (PIC) is already using interrupt level 2.
  64. ;
  65. ;ioaddress
  66. ;     units:[hex]
  67. ;     range:[250-350]
  68. ;     default:[300]
  69. ;
  70. ;     Indicates the current I/O address jumper configuration of
  71. ;     the network adapter card. The value selected on the adapter card must
  72. ;     equal this entry's value. If this entry does not match the adapter
  73. ;     card's switch settings, the driver reports an error.
  74. ;
  75. ;maxtransmits
  76. ;    units:[integer]
  77. ;    range:[8-50]
  78. ;    default:[12]
  79. ;
  80. ;    Specifies the number of transmit queue entries in this driver.
  81. ;    On a server, this number should be equal to the transmit window size
  82. ;    times the maximum number of sessions.
  83. ;
  84. ;netaddress
  85. ;    units:[hex]
  86. ;    range:[12 hex digits]
  87. ;    default:[n/a]
  88. ;
  89. ;    Overrides the network address of the network adapter card.
  90. ;    This entry should only be used if, for some reason, there are duplicate
  91. ;    addresses on the network. The value of this entry is a hexadecimal
  92. ;    string of 12 digits enclosed in quotation marks, such as "02608C010001".
  93. ;
  94. ;transceiver
  95. ;    units:[n/a]
  96. ;    range:[onboard,external]
  97. ;    default:[onboard]
  98. ;
  99. ;    Identifies the transceiver on the network adapter card. The
  100. ;    value is either onboard or external (for a DEC/Intel/Xerox
  101. ;    (DIX) connection).
  102. ;
  103. ;xmitbufs
  104. ;    units:[integer]
  105. ;    range:[1-2]
  106. ;    default:[2]
  107. ;
  108. ;    Indicates the number of 146-byte transmit buffers to allocate
  109. ;    on the adapter card. Allocating a second transmit buffer may improve
  110. ;    transmit performance while reducing the amount of memory available
  111. ;    for storing received packets.
  112. ;
  113.